home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / workbench+shell / a-f / extrainfo / catalogs / extrainfo.cd < prev    next >
Text File  |  1995-07-15  |  16KB  |  1,046 lines

  1. #language english
  2. #version 1
  3. ;
  4. ; Created from $VER: ExtraInfo.cd 1.1 (15.7.95)
  5. ;
  6. ; Catalog description file for ExtraInfo.
  7. ;
  8. ; Help for translators:
  9. ;
  10. ; o Put your AmigaDOS version string after "## version", above.
  11. ;   Current major version number is 1. You must use this, too.
  12. ;
  13. ; o Put language name after "## language", above.
  14. ;
  15. ; o (Optional) Put an author chunk below "## codeset", something like:
  16. ;   ## chunk AUTH Klingon catalog for ExtraInfo by Glurchh Splath (gspalth@starfleet.mil)
  17. ;
  18. ; o Enter your translations for the texts below.
  19. ;
  20. ; o (Optional) Remove these instructions.
  21. ;
  22. ; In the texts below:
  23. ; o Lines beginning with ; are comments.
  24. ;
  25. ; o If you are updating a catalog translation from the previous version:
  26. ;   ++ marks new entries, ## changed entries, -- deleted entries.
  27. ;
  28. ; o Each text has the ID followed by a blank line on which you should
  29. ;   enter your translation, followed by the original English text as
  30. ;   a handy reference (commented out), followed by any other comments I
  31. ;   may have added.
  32. ;
  33. ; o \033c is a code that makes BGUI centre lines in the requester. Leave
  34. ;   it at the beginning of messages with more than one line, it is not
  35. ;   needed if the message has only one line.
  36. ;
  37. ; o Codes like %s and %lu get values substituted for them when the
  38. ;   program runs. You must include all of these codes, in the same order,
  39. ;   in your translation at the appropriate points. A comment will indicate
  40. ;   what kind of value gets substituted for each code.
  41. ;
  42. ; o Put in the code \n when you want to start a new line. The \ character
  43. ;   by itself at the end of a line means the text continues on the next
  44. ;   line with nothing in between.
  45. ;
  46. ; o Gadget labels (xxxLAB) usually have keyboard shortcuts. The shortcut
  47. ;   key is the one after the underscore character "_". Do not use
  48. ;   shifted characters. Ensure you give all gadgets that appear on the
  49. ;   same page a unique shortcut. Put the shortcut key in the next ID
  50. ;   (xxxKEY) as well.
  51. ;
  52. ; o It is technically possible to have a keyboard shortcut without an
  53. ;   associated underscored character in the label, but this should be
  54. ;   avoided as the shortcut is then not obvious.
  55. ;
  56. ; o Shortcut keys for menu labels (at end) should be uppercase. Changing
  57. ;   the default keys is discouraged, as this violates the Style Guide.
  58. ;
  59. ; o Any questions, mail me: nick.christie@oucs.ox.ac.uk.
  60. ;   Thanks for your time and effort. I really appreciate it.
  61. ;
  62. ;*************************************************************************
  63. ; Error Messages
  64. ;
  65. ; Unless otherwise noted, all of these appear in requesters.
  66. ;*************************************************************************
  67. ;
  68. NOMEMMSG (//)
  69. Not enough memory available!
  70. ;
  71. NOLIBMSG (//)
  72. Couldn't open %s V%lu!
  73. ;
  74. ; <%s = libname> <%lu = libver>
  75. ;
  76. ARGERRMSG (//)
  77. Error in command line arguments:
  78. ;##
  79. ; <sent to stdout, DOS error msg & LF appended>
  80. ;
  81. NOEXICONMSG (//)
  82. Couldn't access program icon to read tooltypes!
  83. ;
  84. ;
  85. BADBOOLTOOLMSG (//)
  86. \033cInvalid value '%s'\nfor boolean keyword '%s'.\nPlease specify a value of\nYES, NO, TRUE or FALSE.
  87. ;##
  88. ; <%s = user's value> <%s = keyword>
  89. ;
  90. BADSTRTOOLMSG (//)
  91. \033cInvalid value for string keyword '%s'.\nPlease supply an unquoted value for this keyword.
  92. ;##
  93. ; <%s = keyword>
  94. ;
  95. BADINTTOOLMSG (//)
  96. \033cInvalid value '%s'\nfor integer keyword '%s'.\nPlease supply an integer value.
  97. ;##
  98. ; <%s = user's value> <%s = keyword>
  99. ;
  100. BADHEXTOOLMSG (//)
  101. \033cInvalid value '%s'\nfor hex keyword '%s'.\nPlease supply a hexadecimal value.
  102. ;++
  103. ; <%s = user's value> <%s = keyword>
  104. ;
  105. BADKEYTOOLMSG (//)
  106. \033cInvalid value '%s'\nfor keyword '%s'.\nPlease supply one of:\n%s.
  107. ;++
  108. ; <%s = user's value> <%s = keyword> <%s = valid values>
  109. ;
  110. MUSTPOPUPMSG (//)
  111. \033cAPPICON option not selected:\noption NOPOPUP ignored.
  112. ;
  113. ;
  114. NOFONTMSG (//)
  115. \033cCouldn't open font '%s', size %ld!
  116. ;
  117. ; <%s = fontname> <%ld = fontsize>
  118. ;
  119. NOAPPICONIMAGEMSG (//)
  120. \033cCouldn't locate icon\n'%s.info'\nfor use as AppIcon image!
  121. ;
  122. ; <%s = appicon filename>
  123. ;
  124. NOADDAPPICONMSG (//)
  125. Couldn't create AppIcon!
  126. ;
  127. ;
  128. NOWINOBJMSG (//)
  129. Couldn't create window object!
  130. ;
  131. ;
  132. NOOPENWINMSG (//)
  133. Couldn't open the window!
  134. ;
  135. ;
  136. ;*************************************************************************
  137. ; Requester Title & Gadget Strings
  138. ;
  139. ; Note: underscored shortcut keys in gadget labels for requesters
  140. ; do not have a separate ID.
  141. ;*************************************************************************
  142. ;
  143. INFORMTITLEMSG (//)
  144. Message from ExtraInfo
  145. ;
  146. ;
  147. INFORMOKAYMSG (//)
  148. _Okay
  149. ;
  150. ;
  151. CONFIRMTITLEMSG (//)
  152. Query from ExtraInfo
  153. ;++
  154. ;
  155. CONFIRMGADMSG (//)
  156. _Yes|_No
  157. ;++
  158. ;
  159. SHOWINFOTITLEMSG (//)
  160. Show Info For?
  161. ;
  162. ;
  163. PICKTOOLTITLEMSG (//)
  164. Select Default Tool
  165. ;
  166. ;
  167. QUITBODYMSG (//)
  168. Do you want ExtraInfo to quit?
  169. ;
  170. ;
  171. DROPICONBODYMSG (//)
  172. Replace icon image?
  173. ;
  174. ;
  175. DISCARDBODYMSG (//)
  176. \033cCurrent object has been edited.\nDo you want to discard the changes?
  177. ;++
  178. ;
  179. WARNPASTESIZEMSG (//)
  180. \033cThe clipboard contains %lu bytes of text.\nAre you really sure you want to paste so much?
  181. ;++
  182. ; <%lu = number of bytes>
  183. ;
  184. ICONLOADBODYMSG (//)
  185. \033cDo you want to load the default icon,\nor choose your own using a requester?
  186. ;++
  187. ;
  188. ICONLOADGADMSG (//)
  189. _Default|Ch_oose|_Cancel
  190. ;++
  191. ;
  192. ICONLOADTITLEMSG (//)
  193. Load New Image From Icon?
  194. ;++
  195. ;
  196. SAVEASTITLEMSG (//)
  197. Save Icon As?
  198. ;++
  199. ;
  200. OVERWRITEBODYMSG (//)
  201. Overwrite existing icon?
  202. ;++
  203. ;
  204. ABOUTCATMSG (//)
  205. No catalog loaded: using\nEnglish language (default).
  206. ;++
  207. ;<For catalog translators, appears in About requester. Use something like:>
  208. ;<Klingon translation by Glurchh Splath\ngspalth@starfleet.mil>
  209. ;<Looks best with no more than about 40 chars per line,>
  210. ;<and no more than 3 lines, please.>
  211. ;
  212. ;*************************************************************************
  213. ; General Runtime Strings
  214. ;
  215. ; Unless otherwise noted, all of these appear in requesters.
  216. ;*************************************************************************
  217. ;
  218. NOEXAMINEMSG (//)
  219. \033cCouldn't examine object\n'%s'!\nDOS Error: %s
  220. ;
  221. ; <%s = objectname, %s = dos error msg>
  222. ;
  223. NOGETICONMSG (//)
  224. \033cCouldn't find an icon for\n'%s'!
  225. ;
  226. ; <%s = objectname>
  227. ;
  228. BADWBOBJMSG (//)
  229. \033cUnrecognized or unsupported\nWorkbench object type:\n'%s'!
  230. ;
  231. ; <%s = objectname>
  232. ;
  233. WBDISKMSG (//)
  234. Volume
  235. ;
  236. ; <this & next 4 appear in window title & icon page as object type>
  237. ;
  238. WBDRAWERMSG (//)
  239. Drawer
  240. ;
  241. ;
  242. WBTOOLMSG (//)
  243. Tool
  244. ;
  245. ;
  246. WBPROJECTMSG (//)
  247. Project
  248. ;
  249. ;
  250. WBGARBAGEMSG (//)
  251. Trashcan
  252. ;
  253. ;
  254. ISDEFAULTMSG (//)
  255. (Default)
  256. ;
  257. ; <appended to window title if icon is default icon>
  258. ;
  259. JUSTICONMSG (//)
  260. (No File)
  261. ;
  262. ; <appended to window title if icon has no associated file>
  263. ;
  264. LONGPATHMSG (//)
  265. \033cFull pathname of\n'%s'\nis too long!
  266. ;
  267. ; <%s = objectname>
  268. ;
  269. NOGETPATHMSG (//)
  270. \033cCouldn't get full pathname of object!\nDOS Error: %s
  271. ;
  272. ; <%s = dos error msg>
  273. ;
  274. INVALIDDATEMSG (//)
  275. (Invalid Date)
  276. ;
  277. ;
  278. VERSIONOFFMSG (//)
  279. (Undetermined)
  280. ;
  281. ;
  282. FILETYPEOFFMSG (//)
  283. (Undetermined)
  284. ;
  285. ;
  286. NOVERSIONMSG (//)
  287. (Not Found)
  288. ;
  289. ;
  290. NOTAPPVERSIONMSG (//)
  291. (Not Applicable)
  292. ;
  293. ;
  294. NOFILETYPEMSG (//)
  295. (Unknown)
  296. ;
  297. ;
  298. NOWHATISTYPEMSG (//)
  299. (Not Available)
  300. ;
  301. ;
  302. FILEOWNERMSG (//)
  303. Owner
  304. ;
  305. ;
  306. FILEGROUPMSG (//)
  307. Group
  308. ;
  309. ;
  310. FILEOTHERMSG (//)
  311. Others
  312. ;
  313. ;
  314. NOICONBYTESMSG (//)
  315. (Unknown)
  316. ;
  317. ;
  318. ICONHCOMPMSG (//)
  319. Complement
  320. ;
  321. ; <this & 3 below are for icon highlight>
  322. ;
  323. ICONHBACKMSG (//)
  324. Backfill
  325. ;
  326. ;
  327. ICONHIMAGEMSG (//)
  328. Alt.Image
  329. ;
  330. ;
  331. ICONHNONEMSG (//)
  332. None
  333. ;++
  334. ;
  335. NOICONPOSMSG (//)
  336. None
  337. ;
  338. ;
  339. READONLYMSG (//)
  340. Read Only
  341. ;
  342. ; <this & 3 below are for volume states>
  343. ;
  344. VALIDATINGMSG (//)
  345. Validating
  346. ;
  347. ;
  348. READWRITEMSG (//)
  349. Read/Write
  350. ;
  351. ;
  352. UNKNOWNSTATEMSG (//)
  353. Unknown
  354. ;
  355. ;
  356. NOVOLDEVMSG (//)
  357. Unknown
  358. ;
  359. ;
  360. NOSETPROTMSG (//)
  361. \033cCouldn't set protection flags for\n'%s'!
  362. ;
  363. ; <%s = pathname>
  364. ;
  365. NOSETNOTEMSG (//)
  366. \033cCouldn't set comment for\n'%s'!
  367. ;
  368. ; <%s = pathname>
  369. ;
  370. NOPUTDISKOBJMSG (//)
  371. \033cCouldn't save icon for\n'%s'!
  372. ;
  373. ; <%s = pathname>
  374. ;
  375. NOTHINGTOCLIPMSG (//)
  376. Nothing to cut or copy to clipboard!
  377. ;
  378. ;
  379. NOTHINGTOPASTEMSG (//)
  380. No text in clipboard!
  381. ;
  382. ;
  383. NOOPENCLIPMSG (//)
  384. Couldn't open clipboard!
  385. ;
  386. ;
  387. NOREADCLIPMSG (//)
  388. Couldn't read from clipboard!
  389. ;
  390. ;
  391. NOWRITECLIPMSG (//)
  392. Couldn't write to clipboard!
  393. ;
  394. ;
  395. NOTFTXTCLIPMSG (//)
  396. Clipboard does not contain a valid IFF FTXT file!
  397. ;
  398. ;
  399. CLIPERRORMSG (//)
  400. Unexpected clipboard error: %ld!
  401. ;##
  402. ; <%ld = errornum>
  403. ;
  404. NOGUIDEMSG (//)
  405. \033cCouldn't find AmigaGuide database\n'%s'!
  406. ;
  407. ; <%s = guidename>
  408. ;
  409. NOCHGNEWTOSTDMSG (//)
  410. \033cSorry, I cannot replace a NewIcon\nimage with a standard icon image.
  411. ;++
  412. ;
  413. TRUNCTOOLMSG (//)
  414. \033c*** Warning! ***\nMaximum tooltype length exceeded!\nSome entries have been truncated.
  415. ;++
  416. ;
  417. NODEFICONDIRMSG (//)
  418. \033cCouldn't access default icon\ndirectory '%s'!
  419. ;++
  420. ; <%s = deficondir>
  421. ;
  422. NODEFICONMSG (//)
  423. \033cCould not get a default icon for\n'%s'!
  424. ;++
  425. ; <%s = pathname>
  426. ;
  427. UNKNOWNGROUPMSG (//)
  428. (Unknown)
  429. ;++
  430. ;
  431. UNKNOWNUSERMSG (//)
  432. (Unknown)
  433. ;++
  434. ;
  435. TOOLPAGEMSG (//)
  436. Tooltypes
  437. ;
  438. ; <this & 3 below are page tab gadget labels (no shortcut key)>
  439. ;
  440. FILEPAGEMSG (//)
  441. File Info
  442. ;
  443. ;
  444. VOLPAGEMSG (//)
  445. Volume Info
  446. ;
  447. ;
  448. ICONPAGEMSG (//)
  449. Icon Info
  450. ;
  451. ;
  452. NOLAUNCHMSG (//)
  453. \033cCouldn't run command\n'%s'!
  454. ;++
  455. ; <%s = commandline>
  456. ;
  457. ;*************************************************************************
  458. ; Main Window Gadget Labels and Keys
  459. ;
  460. ; As usual, place underscore '_' before shortcut key in label, set
  461. ; xxxKEY to that single shortcut character. Do not use any shifted
  462. ; characters, as Shift in BGUI cancels gadget activation.
  463. ;*************************************************************************
  464. ;
  465. MAINSAVELAB (//)
  466. _Save
  467. ;
  468. ; <save button gadget>
  469. ;
  470. MAINSAVEKEY (/1/1)
  471. s
  472. ;
  473. ;
  474. MAINWRITELAB (//)
  475. _Write
  476. ;
  477. ; <write button gadget>
  478. ;
  479. MAINWRITEKEY (/1/1)
  480. w
  481. ;
  482. ;
  483. MAINNEXTLAB (//)
  484. _Next
  485. ;++
  486. ; <next button gadget>
  487. ;
  488. MAINNEXTKEY (/1/1)
  489. n
  490. ;++
  491. ;
  492. MAINPREVLAB (//)
  493. _Prev
  494. ;++
  495. ; <prev button gadget>
  496. ;
  497. MAINPREVKEY (/1/1)
  498. p
  499. ;++
  500. ;
  501. MAINCLOSELAB (//)
  502. Cl_ose
  503. ;
  504. ; <close button gadget>
  505. ;
  506. MAINCLOSEKEY (/1/1)
  507. o
  508. ;
  509. ;
  510. MAINQUITLAB (//)
  511. _Quit
  512. ;
  513. ; <quit button gadget>
  514. ;
  515. MAINQUITKEY (/1/1)
  516. q
  517. ;
  518. ;
  519. ;*******************
  520. ; Tooltypes Page
  521. ;
  522. ; Gadgets on different pages may have
  523. ; same key, but not the same key as
  524. ; Save, Write, Next, Prev, Close &
  525. ; Quit as they are on all pages.
  526. ;*******************
  527. ;
  528. TOOLEDITLAB (//)
  529. _Edit
  530. ;
  531. ; <edit string gadget>
  532. ;
  533. TOOLEDITKEY (/1/1)
  534. e
  535. ;
  536. ;
  537. TOOLTOPLAB (//)
  538. _Top
  539. ;
  540. ; <top button gadget>
  541. ;
  542. TOOLTOPKEY (/1/1)
  543. t
  544. ;
  545. ;
  546. TOOLUPLAB (//)
  547. _Up
  548. ;
  549. ; <up button gadget>
  550. ;
  551. TOOLUPKEY (/1/1)
  552. u
  553. ;
  554. ;
  555. TOOLDOWNLAB (//)
  556. _Down
  557. ;
  558. ; <down button gadget>
  559. ;
  560. TOOLDOWNKEY (/1/1)
  561. d
  562. ;
  563. ;
  564. TOOLBOTTOMLAB (//)
  565. _Bottom
  566. ;
  567. ; <bottom button gadget>
  568. ;
  569. TOOLBOTTOMKEY (/1/1)
  570. b
  571. ;
  572. ;
  573. TOOLINSERTLAB (//)
  574. _Insert
  575. ;
  576. ; <insert button gadget>
  577. ;
  578. TOOLINSERTKEY (/1/1)
  579. i
  580. ;
  581. ;
  582. TOOLTOGGLELAB (//)
  583. To_ggle
  584. ;
  585. ; <toggle button gadget>
  586. ;
  587. TOOLTOGGLEKEY (/1/1)
  588. g
  589. ;
  590. ;
  591. TOOLDUPLAB (//)
  592. Dup_licate
  593. ;##
  594. ; <dup button gadget>
  595. ;
  596. TOOLDUPKEY (/1/1)
  597. l
  598. ;##
  599. ;
  600. TOOLREMOVELAB (//)
  601. _Remove
  602. ;
  603. ; <remove button gadget>
  604. ;
  605. TOOLREMOVEKEY (/1/1)
  606. r
  607. ;
  608. ;
  609. TOOLCUTLAB (//)
  610. Cut _x
  611. ;
  612. ; <cut button gadget>
  613. ;
  614. TOOLCUTKEY (/1/1)
  615. x
  616. ;
  617. ;
  618. TOOLCOPYLAB (//)
  619. _Copy
  620. ;
  621. ; <copy button gadget>
  622. ;
  623. TOOLCOPYKEY (/1/1)
  624. c
  625. ;
  626. ;
  627. TOOLALLLAB (//)
  628. _All/One
  629. ;##
  630. ; <select all/one button gadget>
  631. ;
  632. TOOLALLKEY (/1/1)
  633. a
  634. ;
  635. ;
  636. TOOLPASTELAB (//)
  637. Paste _v
  638. ;
  639. ; <paste button gadget>
  640. ;
  641. TOOLPASTEKEY (/1/1)
  642. v
  643. ;
  644. ;
  645. ;*******************
  646. ; File Page
  647. ;
  648. ; Gadgets on different pages may have
  649. ; same key, but not the same key as
  650. ; Save, Write, Next, Prev, Close &
  651. ; Quit as they are on all pages.
  652. ;*******************
  653. ;
  654. FILEBYTESLAB (//)
  655. Bytes
  656. ;
  657. ; <file bytes label, no key>
  658. ;
  659. FILEBLOCKSLAB (//)
  660. Blocks
  661. ;
  662. ; <file blocks label, no key>
  663. ;
  664. FILEKEYLAB (//)
  665. Key
  666. ;
  667. ; <file key label, no key>
  668. ;
  669. FILEOWNERLAB (//)
  670. Owner ID
  671. ;
  672. ; <owner id label, no key>
  673. ;
  674. FILEGROUPLAB (//)
  675. Group ID
  676. ;
  677. ; <group id label, no key>
  678. ;
  679. FILEDATELAB (//)
  680. Changed
  681. ;
  682. ; <last change date label, no key>
  683. ;
  684. FILEVERLAB (//)
  685. _Version
  686. ;
  687. ; <version button gadget>
  688. ;
  689. FILEVERKEY (/1/1)
  690. v
  691. ;
  692. ;
  693. FILETYPELAB (//)
  694. _FileType
  695. ;
  696. ; <file type button gadget>
  697. ;
  698. FILETYPEKEY (/1/1)
  699. f
  700. ;
  701. ;
  702. FILESBITLAB (//)
  703. S_cript
  704. ;
  705. ; <script bit checkbox gadget>
  706. ;
  707. FILESBITKEY (/1/1)
  708. c
  709. ;
  710. ;
  711. FILEPBITLAB (//)
  712. Pur_e
  713. ;##
  714. ; <pure bit checkbox gadget>
  715. ;
  716. FILEPBITKEY (/1/1)
  717. e
  718. ;##
  719. ;
  720. FILEABITLAB (//)
  721. Arc_hived
  722. ;
  723. ; <archive bit checkbox gadget>
  724. ;
  725. FILEABITKEY (/1/1)
  726. h
  727. ;
  728. ;
  729. FILEWHOBITLAB (//)
  730. _User
  731. ;
  732. ; <user bits cycle gadget>
  733. ;
  734. FILEWHOBITKEY (/1/1)
  735. u
  736. ;
  737. ;
  738. FILERBITLAB (//)
  739. _Readable
  740. ;
  741. ; <read bit checkbox gadget>
  742. ;
  743. FILERBITKEY (/1/1)
  744. r
  745. ;
  746. ;
  747. FILEWBITLAB (//)
  748. Writ_able
  749. ;
  750. ; <write bit checkbox gadget>
  751. ;
  752. FILEWBITKEY (/1/1)
  753. a
  754. ;
  755. ;
  756. FILEEBITLAB (//)
  757. E_xecutable
  758. ;##
  759. ; <exe bit checkbox gadget>
  760. ;
  761. FILEEBITKEY (/1/1)
  762. x
  763. ;##
  764. ;
  765. FILEDBITLAB (//)
  766. _Deletable
  767. ;
  768. ; <delete bit checkbox gadget>
  769. ;
  770. FILEDBITKEY (/1/1)
  771. d
  772. ;
  773. ;
  774. FILENOTELAB (//)
  775. Co_mment
  776. ;
  777. ; <comment string gadget>
  778. ;
  779. FILENOTEKEY (/1/1)
  780. m
  781. ;
  782. ;
  783. ;*******************
  784. ; Volume Page
  785. ;
  786. ; Gadgets on different pages may have
  787. ; same key, but not the same key as
  788. ; Save, Write, Next, Prev, Close &
  789. ; Quit as they are on all pages.
  790. ;*******************
  791. ;
  792. VOLBYTESLAB (//)
  793. Bytes
  794. ;
  795. ; <total bytes label, no key>
  796. ;
  797. VOLBYTFREELAB (//)
  798. Free
  799. ;
  800. ; <bytes free label, no key>
  801. ;
  802. VOLBYTUSEDLAB (//)
  803. Used
  804. ;
  805. ; <bytes used label, no key>
  806. ;
  807. VOLFULLLAB (//)
  808. Full
  809. ;
  810. ; <percent full label, no key>
  811. ;
  812. VOLBLOCKSLAB (//)
  813. Blocks
  814. ;
  815. ; <total blocks label, no key>
  816. ;
  817. VOLBLKFREELAB (//)
  818. Free
  819. ;
  820. ; <blocks free label, no key>
  821. ;
  822. VOLBLKUSEDLAB (//)
  823. Used
  824. ;
  825. ; <blocks used label, no key>
  826. ;
  827. VOLBLKSIZELAB (//)
  828. Size
  829. ;
  830. ; <block size label, no key>
  831. ;
  832. VOLDATELAB (//)
  833. Created
  834. ;
  835. ; <creation date label, no key>
  836. ;
  837. VOLERRSLAB (//)
  838. Errors
  839. ;
  840. ; <error count label, no key>
  841. ;
  842. VOLSTATUSLAB (//)
  843. Status
  844. ;
  845. ; <volume status label, no key>
  846. ;
  847. VOLFSYSLAB (//)
  848. FileSys
  849. ;
  850. ; <filesystem label, no key>
  851. ;
  852. VOLDEVNAMELAB (//)
  853. Device
  854. ;
  855. ; <device name label, no key>
  856. ;
  857. VOLDEVUNITLAB (//)
  858. Unit
  859. ;
  860. ; <device unit label, no key>
  861. ;
  862. ;
  863. ;*******************
  864. ; Icon Page
  865. ;
  866. ; Gadgets on different pages may have
  867. ; same key, but not the same key as
  868. ; Save, Write, Next, Prev, Close &
  869. ; Quit as they are on all pages.
  870. ;*******************
  871. ;
  872. ICONTYPELAB (//)
  873. Type
  874. ;
  875. ; <icon type label, no key>
  876. ;
  877. ICONBYTESLAB (//)
  878. Bytes
  879. ;
  880. ; <icon bytes label, no key>
  881. ;
  882. ICONSIZELAB (//)
  883. Size
  884. ;
  885. ; <icon size label, no key>
  886. ;
  887. ICONPOSNLAB (//)
  888. Position
  889. ;
  890. ; <icon position label, no key>
  891. ;
  892. ICONHIGHLAB (//)
  893. Highlight
  894. ;
  895. ; <highlight method label, no key>
  896. ;
  897. ICONCOLOURSLAB (//)
  898. _Colours
  899. ;
  900. ; <icon colours slider gadget>
  901. ;
  902. ICONCOLOURSKEY (/1/1)
  903. c
  904. ;
  905. ;
  906. ICONSTACKLAB (//)
  907. St_ack
  908. ;
  909. ; <stack size integer gadget>
  910. ;
  911. ICONSTACKKEY (/1/1)
  912. a
  913. ;
  914. ;
  915. ICONUNSNAPLAB (//)
  916. _UnSnap
  917. ;
  918. ; <icon unsnapshot button gadget>
  919. ;
  920. ICONUNSNAPKEY (/1/1)
  921. u
  922. ;
  923. ;
  924. ICONSWAP12LAB (//)
  925. Swap _B/W
  926. ;
  927. ; <icon swap pens 1&2 button gadget>
  928. ;
  929. ICONSWAP12KEY (/1/1)
  930. b
  931. ;
  932. ;
  933. ICONLOADLAB (//)
  934. _Image...
  935. ;++
  936. ; <icon image button gadget>
  937. ;
  938. ICONLOADKEY (/1/1)
  939. i
  940. ;++
  941. ;
  942. ICONTOOLLAB (//)
  943. _DefTool
  944. ;
  945. ; <default tool string gadget>
  946. ;
  947. ICONTOOLKEY (/1/1)
  948. d
  949. ;
  950. ;
  951. ICONTOOLREQLAB (//)
  952. _Req
  953. ;
  954. ; <default tool req button gadget>
  955. ;
  956. ICONTOOLREQKEY (/1/1)
  957. r
  958. ;
  959. ;
  960. ;*************************************************************************
  961. ; Main Window Menu Labels and Keys
  962. ;
  963. ; Use uppercase characters this time for shortcut keys.
  964. ;*************************************************************************
  965. ;
  966. PROJECTMENULAB (//)
  967. Project
  968. ;
  969. ;
  970. OPENMENULAB (//)
  971. Open...
  972. ;
  973. ;
  974. OPENMENUKEY (/1/1)
  975. O
  976. ;
  977. ;
  978. EDITMENULAB (//)
  979. Edit...
  980. ;++
  981. ;
  982. EDITMENUKEY (/1/1)
  983. E
  984. ;++
  985. ;
  986. WRITEMENULAB (//)
  987. Write
  988. ;
  989. ;
  990. WRITEMENUKEY (/1/1)
  991. W
  992. ;
  993. ;
  994. SAVEMENULAB (//)
  995. Save
  996. ;
  997. ;
  998. SAVEMENUKEY (/1/1)
  999. S
  1000. ;
  1001. ;
  1002. SAVEASMENULAB (//)
  1003. Save As...
  1004. ;++
  1005. ;
  1006. SAVEASMENUKEY (/1/1)
  1007. A
  1008. ;++
  1009. ;
  1010. HELPMENULAB (//)
  1011. Help...
  1012. ;
  1013. ;
  1014. HELPMENUKEY (/1/1)
  1015. H
  1016. ;
  1017. ;
  1018. ABOUTMENULAB (//)
  1019. About...
  1020. ;
  1021. ;
  1022. ABOUTMENUKEY (/1/1)
  1023. ?
  1024. ;
  1025. ;
  1026. CLOSEMENULAB (//)
  1027. Close
  1028. ;
  1029. ;
  1030. CLOSEMENUKEY (/1/1)
  1031. K
  1032. ;
  1033. ;
  1034. QUITMENULAB (//)
  1035. Quit
  1036. ;
  1037. ;
  1038. QUITMENUKEY (/1/1)
  1039. Q
  1040. ;
  1041. ;
  1042. FILESMENULAB (//)
  1043. Files
  1044. ;++
  1045. ;
  1046.